- array
ReturnType!(Range.front)[] array(Range range)
Undocumented in source. Be warned that the author may not have intended to support it.
- copyInto
T[] copyInto(T[] source, T[] target)
Copies the content of source into target and returns the
remaining (unfilled) part of target.
- find
int find(T[] array, bool function(T val) pred)
Undocumented in source. Be warned that the author may not have intended to support it.
- findLast
int findLast(T[] array, bool function(T val) pred)
Undocumented in source. Be warned that the author may not have intended to support it.
- map
auto map(Range range, To delegate(From data) func)
Undocumented in source. Be warned that the author may not have intended to support it.
- put
void put(Q range, T[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
- quicksort
T[] quicksort(T[] array, bool delegate(T a, T b) @(nogc) nothrow @(trusted) comparison)
Undocumented in source. Be warned that the author may not have intended to support it.
- swap
void swap(T a, T b)
Undocumented in source. Be warned that the author may not have intended to support it.